home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
PredatorPrey
/
SetFactors.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-22
|
293 b
|
16 lines
|
[
TEXT/MPCC
]
/* SetFactors.h -- Modal dialog */
/* Created 940321 20:45 by AppMaker */
#ifndef __SF__
#define __SF__
typedef struct {
Str255 Field6Text;
Str255 Field7Text;
} SetFactorsRec, *SetFactorsRecPtr;
/*----------*/
Boolean GetSetFactors (SetFactorsRec *SetFactors);
#endif /* __SF__ */